home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / dev / libHTML-930121 / HTMLdtd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-20  |  173 b   |  15 lines

  1. /* HTMLdtd.h
  2.  * $Id$
  3.  */
  4.  
  5. #ifndef HTMLdtd_h
  6. #define HTMLdtd_h
  7.  
  8. #include "HMDoc.h"
  9.  
  10. extern HMEntityProc html_entity_text;
  11.  
  12. int HTML_content PARAMS((CONST char* gi));
  13.  
  14. #endif
  15.